home *** CD-ROM | disk | FTP | other *** search
/ Nautilus 1992 July / Nautilus-3-8 / Nautilus-3-8.bin / Tools & Utilities / Techy Stuff / Batcher / headers / windowUtils.h < prev   
Encoding:
C/C++ Source or Header  |  1992-01-27  |  622 b   |  22 lines

  1. #ifndef    _windowUtils_
  2. #define    _windowUtils_
  3.  
  4. #define    squareButProc    80
  5.  
  6. void            SetUpListRect( WindowPtr, Rect *);
  7. void            SetUpDeleteButton( WindowPtr );
  8. void            SetUpFilterButtons( WindowPtr );
  9. void            SetUpProgressButton( WindowPtr );
  10. void            AdjustWindowItems( WindowPtr);
  11. void            MoveFileWindow( void);
  12. void            AddLineToList( ListHandle, Str255);
  13. void            DrawList( ListHandle);
  14. void            AdjustFilterRects( void);
  15. pascal Boolean    myLClikLoop( void);
  16. void            HandleListDrag( ListHandle);
  17. void            HandleFilterListDrag( ListHandle);
  18. void            ShuffleList( Cell, Cell, ListHandle);
  19. void            ShuffleFileList( Cell, Cell, ListHandle);
  20.  
  21. #endif
  22.